home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / sillies / fpower / readme < prev   
Text File  |  1994-03-31  |  2KB  |  81 lines

  1. FlowerPower, version 0.05
  2. © Ben Summers 1993
  3.  
  4.  
  5. Hello.
  6.  
  7.  
  8. This module is pointless.
  9.  
  10. It draws flowers on the screen. (and on the printed page if you're printing
  11. while it's active) Pretty, but pretty pointless, I'm sure you'll agree.
  12.  
  13. I've supplied the source code to it so you can see how it works - it is
  14. FULLY commented. Notes about it are also in the source code - and a list of
  15. things demonstrated is also in there.
  16.  
  17. You will notice that flowers are drawn even outside the desktop... the
  18. beauty of interrupt code you see.
  19.  
  20.  
  21. Right, on the use of the thing... you load it. It draws flowers.
  22.  
  23.  
  24. It's controlled by the *command FlowerPower (press F12 to get to the
  25. command line). The syntax of the command is given in the help message...
  26. press F12 and type 'Help FlowerPower' and press RETURN. Some examples...
  27.  
  28. FlowerPower 32 64          (draw flowers at intervals of between 32 and 64
  29.                            seconds)
  30.  
  31. FlowerPower 32 64 128 256  (draw flowers at intervals of between 32 and 64
  32.                            seconds, of size between 128 and 256)
  33.  
  34. FlowerPower -delay 100     (start drawing flowers again after 100 seconds)
  35.  
  36. FlowerPower -mouse 1       (draw a flower wherever the mouse is clicked)
  37.  
  38. FlowerPower -mouse 0       (don't draw a flower wherever the mouse is
  39.                            clicked)
  40.  
  41. FlowerPower -fill 1        (draw filled flowers)
  42.  
  43. Of couse, you can combine these commands...
  44.  
  45. To get rid off it, type
  46.  
  47. RMkill FlowerPower
  48.  
  49.  
  50. Disclaimer... if this program crashes your machine, then don't hassle me.
  51. It's not a serious program, so I don't suppose you're going to run it while
  52. doing anything important. Having said that, you shouldn't have any problems
  53. with it. I have run it on all versions of RISC OS.
  54.  
  55.  
  56. When you distribute this, you must also distribute the source code and the
  57. other files. Basically, only distrubute this archive, and do not modify or
  58. delete any of the contents.
  59.  
  60.  
  61.  
  62. If for some reason you'd like to contact me (large sums of money and cars
  63. {especially VW Beetles} are always welcome) my address is
  64.  
  65.   Ben Summers
  66.   1 St Clements Hill
  67.   Norwich
  68.   NR3 4DE
  69.  
  70.   email: bsummers@cix.compulink.co.uk
  71.  
  72.  
  73. Enjoy and be peaceful!
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.